home *** CD-ROM | disk | FTP | other *** search
/ Hottest 6 / Hottest 6 (1996)(PDSoft)[!].iso / software / videoutils / a-g / ami2d / macros / filldeform.rexx < prev    next >
OS/2 REXX Batch file  |  1978-11-24  |  160b  |  10 lines

  1. /* script to fill plot deformed model */
  2. options results
  3.  
  4. if show('ports', "AMI2D") then do
  5.     address ami2d
  6.     'get scale'
  7.     'fill deform 'result
  8. end
  9. exit
  10.